records

records

Active filters Clear all

No active filters

Filters

Guests by Nationality

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Nationality
               

No description available for this field.

Name (identifier)
nationality
Type
text
Sample
                       
GuestNights
               

No description available for this field.

Name (identifier)
guestnights
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"guest-nights-nationality",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/guest-nights-nationality"
      }
    ]
    ,
  • "definitions":
    {
    • "guest-nights-nationality":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/guest-nights-nationality_records"
            }
          }
        }
      }
      ,
    • "guest-nights-nationality_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nationality":
              {
              • "type":"string",
              • "title":"Nationality",
              • "description":""
              }
              ,
            • "guestnights":
              {
              • "type":"integer",
              • "title":"GuestNights",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets